home *** CD-ROM | disk | FTP | other *** search
/ Game Audio Programming / GameAudioProgramming.iso / Extras / Dolby / DISK 2 / 02Ddigital.swf / scripts / DefineButton2_339 / BUTTONCONDACTION on(keyPress Right).as next >
Encoding:
Text File  |  2002-02-10  |  123 b   |  6 lines

  1. on(keyPress "<Right>"){
  2.    _root.popup.gotoAndStop("stop");
  3.    _root.control.click.start(0,0);
  4.    gotoAndStop(112);
  5. }
  6.